QuerySelectorAllRequest

data class QuerySelectorAllRequest(nodeId: NodeId, selector: String)

Represents request frame that can be used with DOM#querySelectorAll operation call.

Executes querySelectorAll on a given node.

See also

Constructors

QuerySelectorAllRequest
Link copied to clipboard
fun QuerySelectorAllRequest(nodeId: NodeId, selector: String)

Properties

nodeId
Link copied to clipboard
val nodeId: NodeId
Id of the node to query upon.
selector
Link copied to clipboard
val selector: String
Selector string.

Sources

jvm source
Link copied to clipboard